	.lazy_container {
		display: inline-block;
		max-width: 100%;
		position: relative;
		overflow: hidden;
		font-size: 0;
		line-height: 0;
		background: url(../images/camera-loader.gif) 50% 50% no-repeat #ffffff;
	}
	
	.lazy_container.lazyloaded {
		background: none;
	}
	
	.lazy_container .lazy_preloader {
		height: 0;
		display: inline-block;
		width: 100%;
	}
	
	.lazy_container img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: auto;
		margin: 0;
	}